Conversation
Adds the ability for VS Code workspace to be a symbolic link to a Perforce workspace by following any symlinks in the VS Code workspace path.
|
Thanks for raising - I can see I need to fix the pipelines! I'm not in a great position to try this out fully - Wondering what combinations you have tested? For example is it possible that In which case, by only following the real path we might break previously working cases where both the client root and the workspace are both symlinks. |
detect a URI as being in the perforce workspace with a normal or symbolic link path.
|
This allows the extension to know the files are in the perforce workspace, but it seems perforce automatically expands the symlinks, so commands (i.e. |
|
I don't have time to get everything working with the symlink workspace right now, but I believe the current code will not hurt anything, just give a partial solution which myself or others can expand on later. |
|
I just created an issue regarding this: #298. This pull request is quite old. Can we still expect some activity, or is help required for testing? |
Adds the ability for VS Code workspace to be a symbolic link to a Perforce workspace by following any symlinks in the VS Code workspace path.